| 1. | Which of the following loop correctly prints the elements of the array? char[ ] arr = new char[ ] {'k', 'i','C', 'i','t'} ; |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
